home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Tools 1
/
Amiga Tools.iso
/
s
/
user-startup
< prev
next >
Wrap
Text File
|
1994-06-06
|
492b
|
24 lines
assign afax:
; These items should be added to your S:User-Startup (2.0)
; or S:Startup-Sequence (1.3) files, if not already there.
mount null:
run >nil: <nil: l:fifo-handler
if exists afax:s/AFAX-Startup
execute afax:s/AFAX-Startup
endif
;
; Minimal UUCP (ie just GETTY) if you don't have the lot
if exists afax:uucp/s/UUCPAssign
execute afax:uucp/s/UUCPAssign
endif
;BEGIN ParNFS
Assign ParNFS_Stuff: "Ram Disk:ParNFS"
run Execute ParNFS_Stuff:QuickSetup client 2 Quiet
;END ParNFS